PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setContents Method
Text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.
In This Topic
    setContents Method
    In This Topic
    Sets the annotation contents.
    Syntax
    public void setContents( 
       java.lang.String contents
    )

    Parameters

    contents
    Text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.
    See Also